String Schema
AccommodationTransferFlightInfoResponseType Complex Type
Namespace http://string.drv.de/xmlschema/string
Diagram
Carrier Element FlightNumber Element ArrivalAirport Element ArrivalDate Element Sequence FlightReference Element Choice AccommodationTransferFlightInfoResponseType Complex Type
Overview
Choice
FlightReference optional
Sequence
Sequence
Choice
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
Sequence
Longitude xs:string
Latitude xs:string
Carrier optional AirlineResponseTypes Complex Type
Carrier information of the flight
Sequence
Sequence
Choice
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
Sequence
Choice
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
Used By
Arrival Element
Departure Element
Source
<xs:complexType name="AccommodationTransferFlightInfoResponseType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:choice>
    <xs:element name="FlightReference" minOccurs="0" />
    <xs:sequence>
      <xs:element name="ArrivalDate" type="DateTimeType" minOccurs="0" />
      <xs:element name="ArrivalAirport" type="AirportResponseType" minOccurs="0" />
      <xs:element name="FlightNumber" type="FlightNumberType" minOccurs="0" />
      <xs:element name="Carrier" type="AirlineResponseTypes" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Carrier information of the flight</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:choice>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.